You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Vector.AutoCorrNormal Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.AutoCorrNormal Method

Normal auto-corellation.

Syntax
C#
Visual Basic
public TVec AutoCorrNormal([In] TVec Vec, int Lags);

Calculates the normal auto-correlation of the vector Vec. The result of Length = Lags is stored in the calling vector (V). The Lags parameter must be equal or smaller than the calling vector (V) length. The normal auto-correlation is defined by the following equation: 

 

var a,b: Vector; begin a.SetIt(False,[1,2,3,4]); b.AutoCorrNormal(a,2); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!